home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000016_scottac@nb.sympatico.ca_Wed Nov 8 17:07:00 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!reader1.panix.com!panix!logbridge.uoregon.edu!hammer.uoregon.edu!News.Dal.Ca!ursa-nb00s0.nbnet.nb.ca!53ab2750!not-for-mail
  2. From: "Scott Caissie" <scottac@nb.sympatico.ca>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: SSH Timeout help
  5. Lines: 31
  6. X-Priority: 3
  7. X-MSMail-Priority: Normal
  8. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  9. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  10. X-RFC2646: Format=Flowed; Original
  11. Message-ID: <EGr4h.16408$cz.264817@ursa-nb00s0.nbnet.nb.ca>
  12. Date: Wed, 08 Nov 2006 21:07:48 GMT
  13. NNTP-Posting-Host: 142.167.32.152
  14. X-Complaints-To: abuse@aliant.net
  15. X-Trace: ursa-nb00s0.nbnet.nb.ca 1163020068 142.167.32.152 (Wed, 08 Nov 2006 17:07:48 AST)
  16. NNTP-Posting-Date: Wed, 08 Nov 2006 17:07:48 AST
  17. Organization: Aliant Internet
  18. Xref: panix comp.protocols.kermit.misc:15586
  19.  
  20. We just moved over to SSH. Using K95 2.1.3.
  21. We are now suddenly having issues with idle timeouts. Specifically 1 hour. 
  22. Times you out even on active sessions.
  23. I'm having problems finding an SSH setting that relates to that.
  24.  
  25. Been looking around as to how to fix that. The Set Terminal 
  26. Idle-Timeout/Action doesn't seem to have any role in this.
  27.  
  28. I was looking at the patch notes (Jeffrey's v2.2), and the answer seems to 
  29. be there. (listed below).
  30. Any info or clues related to SSH timeouts would be greatly appricated.
  31.  
  32. ----------------------------------
  33.  
  34. 760. NEW FEATURE: SSH Heartbeats to maintain connections through 
  35. NAT/Firewalls
  36.  
  37. A new command
  38.  
  39.   SET SSH HEARTBEAT-INTERVAL <seconds>
  40.  
  41. has been added to the next release to allow the SSH to be maintained
  42. during long idle periods.  This is similar to the
  43.  
  44.   SET TERMINAL IDLE-ACTION TELNET-NOP
  45.   SET TERMINAL IDLE-TIMEOUT <seconds>
  46.  
  47. which can be used to preserve TELNET connections without actually
  48. sending data to the host applications.
  49.  
  50.